ComponentOne ASP.NET MVC Controls
AutoComplete<T> Class
Members 

C1.Web.Mvc Namespace : AutoComplete<T> Class
The AutoComplete control is an input control that allows callers to customize the item list as the user types.
Syntax
'Declaration
 
Public Class AutoComplete(Of T) 
   Inherits AutoCompleteBase(Of T)
   Implements IDropDown, ITemplate 
public class AutoComplete<T> : AutoCompleteBase<T>, IDropDown, ITemplate  
Type Parameters
T
Remarks
The control is similar to the ComboBox, except the item source is a function (ItemsSourceFunction) rather than a static list. For example, you can look up items on remote databases as the user types.
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.DropDown<T>
               C1.Web.Mvc.ComboBoxBase<T>
                  C1.Web.Mvc.AutoCompleteBase<T>
                     C1.Web.Mvc.AutoComplete<T>

See Also

Reference

AutoComplete<T> Members
C1.Web.Mvc Namespace